home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00023.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-29
|
262 b
|
16 lines
property s
global demos, currtitle
on beginSprite me
s = me.spriteNum
end
on prepareFrame me
if currtitle = 0 then
sprite(s).visible = 0
exit
end if
thedemo = getAt(demos, currtitle)
sprite(s).visible = rollOver(s) and (thedemo <> EMPTY)
end